home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megahits 5
/
Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso
/
archive
/
show
/
egsflick1_2.lha
/
EGSFlick
/
Makefile
< prev
next >
Wrap
Makefile
|
1993-11-16
|
195b
|
16 lines
# Makefile for (x/e)flick
CC= dcc
LDLIBS= -legs -legsblit -legsintui -legsgfx
SRCS = eflick.c read.c
OBJS = eflick.o read.o
all:: egsflick
egsflick: $(OBJS)
$(CC) -o $@ $(OBJS) $(LDLIBS)